From: Alexandre Emsenhuber Date: Fri, 20 Nov 2009 18:44:43 +0000 (+0000) Subject: *STAB STAB STAB* Fix for r59289: forgot to rename the constructor X-Git-Tag: 1.31.0-rc.0~38742 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=aa7101aabe29deeb722053758547714a2fc621a0;p=lhc%2Fweb%2Fwiklou.git *STAB STAB STAB* Fix for r59289: forgot to rename the constructor --- diff --git a/includes/memcached-client.php b/includes/memcached-client.php index 5e9d6cb962..0e043147b5 100644 --- a/includes/memcached-client.php +++ b/includes/memcached-client.php @@ -245,7 +245,7 @@ class MWMemcached * @return mixed * @access public */ - function memcached ($args) + function __construct ($args) { $this->set_servers(@$args['servers']); $this->_debug = @$args['debug'];